home *** CD-ROM | disk | FTP | other *** search
- Path: in1.uu.net!abekas!not-for-mail
- From: todd@nv.abekas.com (Todd Stock)
- Newsgroups: comp.sys.amiga.programmer
- Subject: SAS/oml question
- Date: 13 Mar 1996 17:53:15 -0800
- Organization: Abekas Video Systems. Inc.
- Distribution: world
- Message-ID: <4i7u6b$9ll@nv.abekas.com>
- NNTP-Posting-Host: nv.abekas.com
-
- Does anyone have any clue what this SAS error report means. It is the result of
- a make file entry that is trying to put the .o's into a .lib file and it
- works up to the the last .o (display.o) -- ie if I take that one off it works
- ok.
-
- -------------
-
- 8> smake
- SAS SMAKE version 6.00
- Copyright (C) 1992 SAS Institute, Inc.
- oml graphics.lib r control.o displaymap.o viewperstrans.o \
- raster.o rasterasm.o database.o transformation.o matrix.o display.o
- SAS/C Amiga Format Librarian Version 6.00
- Copyright ⌐ 1992 SAS Institute, Inc.
- Hunk Phase Error: Types different
- oml failed returncode 20
-
- *** SMAKE: Error return from child process ***
-
- *** SMAKE: STOP ***
-
- -------------
-
- Hunk Phase Error to me sounds like something Gordy would get while running
- holodeck code in a subspace anomaly...
-
-
- Notes:
-
- The display.o file has all the openscreen/window stuff and blitter stuff for
- erasing the screen and blitting lines...
-
- Also, I had to comment out an optimizer option: OPTSCHED to get it to compile,
- presumably this is something they add in SAS 6.5
-
-
- Thanks,
-
-
- Todd
-